projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3a6c0c
)
Remove un-needed eval-when-compile.
author
Glenn Morris
<rgm@gnu.org>
Sat, 8 Mar 2008 03:48:53 +0000
(
03:48
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 8 Mar 2008 03:48:53 +0000
(
03:48
+0000)
lisp/calendar/todo-mode.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/todo-mode.el
b/lisp/calendar/todo-mode.el
index f7da678aed67044504ad0e8f444393ce511debf5..0763454abba9ec5d8e7c66efcdc8e90dad8ce7e4 100644
(file)
--- a/
lisp/calendar/todo-mode.el
+++ b/
lisp/calendar/todo-mode.el
@@
-912,9
+912,8
@@
Number of entries for each category is given by `todo-print-priorities'."
(easy-menu-add todo-menu)
(run-mode-hooks 'todo-mode-hook))
-(eval-when-compile
- (defvar date)
- (defvar entry))
+(defvar date)
+(defvar entry)
;; t-c should be used from diary code, which requires calendar.
(declare-function calendar-current-date "calendar" nil)